'Declaration Protected Function New( _
ByVal nameThe executor name.As System.String, _
ByVal commandsThe commands, which must be executed.As System.Collections.Generic.IEnumerable(Of IProcessingCommand) _
)
protected PdfTreeProcessingCommandExecutor<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand> commands
)
protected: PdfTreeProcessingCommandExecutor<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand*>* commands
)
protected:
PdfTreeProcessingCommandExecutor<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand^>^ commands
)
Parameters
- name
- The executor name.
- commands
- The commands, which must be executed.